[SPARK-10918] [CORE] Prevent task failed for executor kill by driver#8975
Closed
shenh062326 wants to merge 4 commits intoapache:masterfrom
shenh062326:my_change20151005
Closed
[SPARK-10918] [CORE] Prevent task failed for executor kill by driver#8975shenh062326 wants to merge 4 commits intoapache:masterfrom shenh062326:my_change20151005
shenh062326 wants to merge 4 commits intoapache:masterfrom
shenh062326:my_change20151005
Conversation
|
Test build #43230 has finished for PR 8975 at commit
|
|
Test build #43235 has finished for PR 8975 at commit
|
|
Test build #43915 has finished for PR 8975 at commit
|
|
Test build #43916 has finished for PR 8975 at commit
|
Contributor
|
@shenh062326 I've closed the issue because it duplicates SPARK-9552. Let's also close this PR because I believe #7888 is a better approach. |
Contributor
|
@shenh062326 could you close this PR? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When dynamicAllocation is enabled, when a executor was idle timeout, it will be kill by driver, if a task offer to the executor at the same time, the task will failed due to executor lost.